home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 85 / CD Actual 85 Febrero 2004.iso / Microsoft / Datos / Home.dxr / 00083.ls < prev    next >
Encoding:
Text File  |  2003-11-07  |  213 b   |  17 lines

  1. on mouseEnter me
  2.   cursor(280)
  3. end
  4.  
  5. on mouseLeave me
  6.   cursor(-1)
  7. end
  8.  
  9. on mouseDown me
  10.   sprite(36).visible = 1
  11. end
  12.  
  13. on mouseUp
  14.   gotoNetPage("http://www.paginasamarillas.es/home_ie.html")
  15.   go(the frame + 1)
  16. end
  17.